home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / stdwin.zoo / gen / Makefile.16 < prev    next >
Encoding:
Makefile  |  1990-03-30  |  1.2 KB  |  57 lines

  1. CC = cgcc
  2. CFLAGS = -O -mshort -I../h -Wall $(XFLAGS)
  3.  
  4. SRCS=        askfile.c askync.c clip.c perror.c style.c textbrk.c
  5. OBJS=        askfile.o askync.o clip.o perror.o style.o textbrk.o
  6. ALL =        gen16
  7.  
  8. all:        $(ALL)
  9.  
  10. $(ALL): $(OBJS)
  11.     touch $(ALL)
  12. clean:
  13.     rm -f core *.o [,@#]*
  14.  
  15. realclean:    clean
  16.     rm -f lib.a tags *.[A-Z] $(ALL)
  17.  
  18. # End Rules
  19. askfile.o: askfile.c
  20. askfile.o: ../h/tools.h
  21. askfile.o: ../h/configure.h
  22. askfile.o: ../h/l_defs.h
  23. askfile.o: ../h/filedefs.h
  24. askfile.o: ../h/stdwin.h
  25. askfile.o: ../h/stdevent.h
  26. askfile.o: ../h/stdtext.h
  27. askync.o: askync.c
  28. askync.o: ../h/tools.h
  29. askync.o: ../h/configure.h
  30. askync.o: ../h/l_defs.h
  31. askync.o: ../h/stdwin.h
  32. askync.o: ../h/stdevent.h
  33. askync.o: ../h/stdtext.h
  34. clip.o: clip.c
  35. clip.o: ../h/tools.h
  36. clip.o: ../h/configure.h
  37. clip.o: ../h/l_defs.h
  38. perror.o: perror.c
  39. perror.o: ../h/tools.h
  40. perror.o: ../h/configure.h
  41. perror.o: ../h/l_defs.h
  42. perror.o: ../h/stdwin.h
  43. perror.o: ../h/stdevent.h
  44. perror.o: ../h/stdtext.h
  45. style.o: style.c
  46. style.o: ../h/tools.h
  47. style.o: ../h/configure.h
  48. style.o: ../h/l_defs.h
  49. style.o: ../h/stdwin.h
  50. style.o: ../h/stdevent.h
  51. style.o: ../h/stdtext.h
  52. style.o: ../h/style.h
  53. textbrk.o: textbrk.c
  54. textbrk.o: ../h/stdwin.h
  55. textbrk.o: ../h/stdevent.h
  56. textbrk.o: ../h/stdtext.h
  57.